home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SOSENG22.ZIP;1 / EXAMPLE.C < prev    next >
Encoding:
Text File  |  1993-10-25  |  184 b   |  13 lines

  1. /*
  2.    EXAMPLE.C
  3.    How to use the SOS-ENGINE with C
  4.    Be sure to add SOSFUNC to your link statement
  5. */
  6.  
  7. void_main
  8. {
  9.  
  10.    SeOnLog;                 /* Turn on logging */
  11.  
  12. }
  13.